home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / clw438.zip / libs.ex$ / CBCPP4.CPP < prev    next >
C/C++ Source or Header  |  1997-06-07  |  4KB  |  178 lines

  1. /* (c) R&D Associates 1992-1997.
  2.     All Rights Reserved.
  3.  
  4.     For BorlandC++ 4.X. (C++).
  5.  
  6.     Build cbcpp4.clb using:
  7.  
  8.         clint cbcpp4.cpp -L+cbcpp4.clb -I. %1 %2 %3 -3- -KB1 -Ab0 -An0 -Ah0 -Ai0
  9.  
  10. */
  11.  
  12. /* Force correct stuff even if the wrong compiler is specified. */
  13.  
  14. #undef __TURBOC__
  15. #undef __BORLANDC__
  16. #undef __SC__
  17. #undef __ZTC__
  18. #undef zpage
  19. #undef no_init
  20. #undef monitor
  21. #undef non_banked
  22. #undef _handle
  23. #undef selector
  24. #undef _SIZEOF_INT
  25. #undef _SIZEOF_LONG
  26. #undef __TID__
  27. #undef MSC_VER
  28. #undef WIN32_LEAN_AND_MEAN
  29. #undef __FLAT__
  30. #undef __WIN32__
  31. #undef _WIN32
  32. #undef M_I86
  33. #undef _M_IX86
  34. #undef __declspec
  35. #undef __inline
  36. #undef __int64
  37. #undef __unaligned
  38.  
  39. #define __TURBOC__        0x400
  40. #define __BORLANDC__    0x400
  41.  
  42. #pragma lint -w-tni
  43. #pragma lint -w-tns
  44. #pragma lint -w-rtm
  45.  
  46.  
  47. // This must be out of order to get definitions needed later. Don't you just
  48. // hate headers that don't include the definitions they need themselves? You'd
  49. // think the ANSI commitee had never specified how headers should be written.
  50. #include "windows.h"
  51. #include "memory.h"
  52. #include "mmsystem.h"
  53.  
  54. // Headers which are commented directly are already included by other headers.
  55. // Headers tabbed and commented are 32 bit only headers.
  56. #include "alloc.h"
  57. #include "assert.h"
  58.     //#include "atalkwsh.h"
  59. #include "bcd.h"        // C++
  60. #include "bios.h"
  61. #include "bivbx.h"
  62. #include "bwcc.h"
  63. #include "cderr.h"
  64. #include "checks.h"        // C++
  65. #include "colordlg.h"
  66.     //#include "commctrl.h"
  67. #include "commdlg.h"
  68. #include "complex.h"    // C++
  69. #include "conio.h"
  70. #include "constrea.h"    // C++
  71. #include "cpl.h"
  72. //#include "cstring.h"    // C++
  73. #include "ctl3d.h"
  74. //#include "ctype.h"
  75. #include "custcntl.h"
  76. #include "dde.h"
  77. #include "ddeml.h"
  78. #include "dir.h"
  79. #include "direct.h"
  80. #include "dirent.h"
  81.     //#include "dlcapi.h"
  82. #include "dlgs.h"
  83. #include "dos.h"
  84. #include "drivinit.h"
  85. #include "errno.h"
  86.     //#include "excpt.h"
  87. #include "fcntl.h"
  88. #include "float.h"
  89. #include "fstream.h"    // C++
  90. #include "generic.h"    // C++
  91. #include "graphics.h"
  92. #include "io.h"
  93. //#include "iomanip.h"    // C++
  94. //#include "iostream.h" // C++
  95. #include "limits.h"
  96.     //#include "lmcons.h"
  97. #include "locale.h"
  98. #include "lzexpand.h"
  99. #include "malloc.h"
  100. //#include "math.h"
  101. //#include "mem.h"
  102. //#include "memory.h"
  103.     //#include "mgmtapi.h"
  104. //#include "mmsystem.h"
  105.     //#include "nb30.h"
  106.     //#include "nddeapi.h"
  107.     //#include "nddesec.h"
  108. #include "new.h"        // C++
  109.     //#include "ntimage.h"
  110.     //#include "ole.h"
  111.     //#include "penwin.h"
  112.     //#include "penwoem.h"
  113. //#include "print.h"
  114. #include "process.h"
  115.     //#include "ras.h"
  116.     //#include "raserror.h"
  117. //#include "ref.h"        // C++
  118.     //#include "regexp.h"
  119.     //#include "rpc.h"
  120.     //#include "rpcdce.h"
  121.     //#include "rpcdcep.h"
  122.     //#include "rpcndr.h"
  123.     //#include "rpcnsi.h"
  124.     //#include "rpcnsip.h"
  125.     //#include "rpcnterr.h"
  126. #include "search.h"
  127. #include "setjmp.h"
  128. #include "share.h"
  129. #include "shellapi.h"
  130. #include "signal.h"
  131.     //#include "snmp.h"
  132. //#include "stdarg.h"
  133. //#include "stddef.h"
  134. #include "stdio.h"
  135. #include "stdiostr.h"    // C++
  136. //#include "stdlib.h"
  137. #include "stress.h"
  138. //#include "string.h"
  139. #include "strstrea.h"    // C++
  140. //#include "systypes.h"
  141. #include "time.h"
  142. #include "toolhelp.h"
  143. #include "typeinfo.h"    // C++
  144. #include "utime.h"
  145. #include "values.h"
  146.     //#include "vdmdbg.h"
  147. #include "ver.h"
  148.     //#include "w32sut.h"
  149. #include "wfext.h"
  150.     //#include "winbase.h"
  151.     //#include "wincon.h"
  152.     //#include "windef.h"
  153. #include "windowsx.h"
  154.     //#include "winerror.h"
  155.     //#include "wingdi.h"
  156.     //#include "winioctl.h"
  157. #include "winmem32.h"
  158. //#include "winmm.h"
  159.     //#include "winnetwk.h"
  160.     //#include "winnls.h"
  161.     //#include "winnt.h"
  162.     //#include "winperf.h"
  163.     //#include "winreg.h"
  164. #include "winsock.h"
  165.     //#include "winspool.h"
  166.     //#include "winsvc.h"
  167.     //#include "winuser.h"
  168.     //#include "winver.h"
  169.     //#include "wsipx.h"
  170.     //#include "wsnwlink.h"
  171.  
  172. #include "sys/locking.h"
  173. #include "sys/stat.h"
  174. #include "sys/timeb.h"
  175. //#include "sys/types.h"
  176.  
  177. /* End of file. */
  178.